h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 85%;
    margin: 0 auto;
    overflow: hidden
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #263e98;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 85%;
    margin: 0 auto;
}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #074da2;
}

 ::-moz-selection {
    color: #fff;
    background: #074da2;
}

 ::selection {
    color: #fff;
    background: #074da2;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #074da2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 123px;
    border-bottom: 1px #6b6b6b solid;
}

.head .wrap {
    height: 100%;
}

.nav {
    color: #fff;
}

.nav li {
    float: left;
    font-size: 18px;
    position: relative;
    height: 123px;
    line-height: 123px;
    padding: 0 30px;
}

.nav li a {
    display: block;
    height: 123px;
}

.nav .on,
.nav li:hover a {
    font-weight: bold;
    color: #fff;
}

.nav .sub-menu {
    position: absolute;
    left: 0;
    top: 122px;
    z-index: 9;
    display: none;
    background: #f2f2f2;
    width: 100%;
}

.nav .sub-menu li {
    position: relative;
    float: left;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-bottom: 1px #cccccc dashed;
    box-sizing: border-box;
    color: #333333;
}

.nav .sub-menu li a {
    line-height: 60px;
    height: 60px;
    color: #333333;
    font-weight: normal;
}

.nav .sub-menu li:hover {
    background: #004098;
}

.nav .sub-menu li:hover a {
    color: #fff;
}

.nav .sub-menu li:hover a {
    color: #fff;
}


/* banner */

.banner img {
    width: 100%;
    display: block;
}

.hotSearch .wrap {
    height: 40px;
}

.hotSearch span {
    font-size: 18px;
    font-weight: bold;
}

.hotSearch a {
    font-size: 16px;
    margin-right: 20px;
}

.navbor .right {
    position: relative;
}

.navbor input {
    width: 260px;
    height: 43px;
    line-height: 43px;
    background: #e8e8e8;
    text-indent: 2em;
    border-radius: 50px;
}

.navbor button {
    background: url(../images/seach_07.png) 100% no-repeat;
    width: 43px;
    height: 43px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}



.hotSearch .right {
    position: relative;
}

.hotSearch input {
    width: 260px;
    height: 43px;
    line-height: 43px;
    background: #e8e8e8;
    text-indent: 2em;
    border-radius: 50px;
}

.hotSearch button {
    background: url(../images/seach_07.png) 100% no-repeat;
    width: 43px;
    height: 43px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.box-hidden {
    display: none;
}

.index01 {
    position: relative;
}

.pro-titwrap img {
    width: 100%;
    display: block;
}

.pro-tit {
    width: 25%;
    float: left;
    position: relative;
    height: 180px;
}

.index-cpfl {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: url(../images/bg_13.png);
    height: 180px;
}

.index-cpfl .cur .box {
    background: url(../images/index01_13.png) no-repeat 100%;
    height: 355px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}

.pro-tit .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.pro-tit .more img {
    margin-bottom: 30px;
}

.pro-tit .icon1 {
    display: none;
}

.index-cpfl .cur .icon1 {
    display: block;
    margin: 0 auto 30px auto;
}

.pro-tit .txt {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 11%;
    padding: 0 20px;
}

.index-cpfl .cur .txt {
    margin-top: 20%;
}

.index01 .bt {
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 50px 0 20px 0;
    border-bottom: 1px #787674 solid;
    width: 100%;
}

.index01 .bt .t2 {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.index01 .bt .rt span {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
}

.index02 {
    background: url(../images/bgimg4.jpg) no-repeat;
    padding-top: 80px;
}

.index02 .ind-title h5,
.index03 .ind-title h5,
.index05 .ind-title h5,
.ab1-sec2 .ind-title h5,
.ab1-sec3 .ind-title h5,
.qywh .ind-title h5 {
    font-size: .6rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    line-height: .73rem;
    font-family: Impact;
    text-transform: uppercase;
}

.index02 .ind-title p,
.index03 .ind-title p,
.index05 .ind-title p,
.ab1-sec2 .ind-title p,
.ab1-sec3 .ind-title p,
 .qywh .ind-title p  {
    font-size: .3rem;
    font-weight: 400;
    color: #fff;
    line-height: .42rem;
    font-weight: bold;
}

.index02 .section4-p2,
.index03 .section4-p2 {
    margin-top: 10px;
    font-size: 18px !important;
    font-weight: normal !important;
}

.common-more {
    display: block;
    width: 1.55rem;
    height: .52rem;
    line-height: .52rem;
    position: relative;
    border: 1px solid transparent;
    padding-left: .24rem;
    box-sizing: border-box;
    transition: all .3s;
    z-index: 10;
    color: #fff;
}

.common-more i {
    position: relative;
    z-index: 5;
    color: #fff;
    font-style: normal;
    transition: all .3s;
    font-size: 16px;
}

.more-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skew(-10deg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .03rem;
    transition: all .3s;
    box-sizing: border-box;
}

.more-box-right {
    position: absolute;
    right: -.06rem;
    width: .12rem;
    height: 100%;
    top: -.06rem;
    transform: skew(-10deg);
    border-radius: 0.02rem;
    background: #829ECE;
    transition: all .3s;
}

.common-more:hover .more-box {
    border: 1px solid rgba(255, 255, 255, 1);
}

.common-more:hover .more-box-right {
    right: -.1rem;
}

footer {
    background: #131D2C;
    min-height: 300px;
}

footer .footer {
    flex: 1;
}

footer .footer .footer-content-top {
    padding-bottom: .3rem;
    justify-content: space-between;
}

footer .footer-logo {
    width: 1.72rem;
    margin-bottom: .56rem;
}

footer .footer .footer-content-top .footer-left {
    padding-top: .8rem;
}

.footer .footer-content-top .footer-left .footer-list {
    color: #FFFFFF;
}

footer .footer-list ul {
    list-style: none;
    padding-left: 0;
}

footer .footer-list ul li>p {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .35rem;
    margin-bottom: .35rem;
}

footer .footer-list ul li .footer-sub {
    width: 100%;
    margin-right: 1.3rem;
}

footer .footer-list ul li:last-child .footer-sub {
    margin-right: 0rem;
}

footer .footer-list ul li .footer-sub a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #777777;
    transition: all .3s;
}

footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #999999;
    line-height: 21px;
    padding-top: .29rem;
    padding-bottom: .30rem;
}

footer .copyright div {
    justify-content: space-between;
    align-items: center;
}

footer .copyright div span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(-45deg);
    margin-top: 0.1rem;
    cursor: pointer;
}

footer .copyright p {
    font-size: 15px;
}

footer .copyright p a {
    color: #999999;
    transition: all .3s;
}

footer .copyright p a:hover,
footer .footer-list ul li .footer-sub a:hover {
    color: #fff;
}

.footer-right {
    padding-top: .8rem;
    width: 25%;
}

.footer-right .footer-right-p1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: .23rem;
}

.footer-right .footer-right-p1 span {
    font-family: "DIN-Medium";
}

.footer-right .footer-right-p1 img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: .1rem;
}

.footer-right-code {
    margin-top: .26rem;
}

.footer-right-code img {
    width: 1rem;
    height: 1rem;
}

.footer-right-code p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: .2rem;
    color: #777777;
    margin-top: 10px;
}

.foot-jubao {
    padding-left: calc(24px + 0.16rem);
    color: #999999 !important;
}

.weui-flex-warp {
    display: flex;
}

.navbor {
    border-color: rgba(255, 255, 255, 0.3);
}

.caselist .bt {
    padding: 50px 0;
    text-align: center;
}

.caselist .bt h3 {
    color: #074da2;
    font-size: 38px;
    margin-bottom: 10px;
}

.caselist .bt h4 {
    font-size: 24px;
    color: #999;
    font-weight: normal;
}

.caselist .list {
    overflow: hidden;
}

.caselist .list ul {
    margin-right: -3%;
}

.caselist .list li {
    float: left;
    width: 22%;
    margin-right: 3%;
}

.caselist .list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.caselist .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.caselist .list li p {
    padding: 0 20px;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0b3190
}

.profl {
    height: 80px;
    line-height: 80px;
    box-shadow: 0 0 10px #d0d3d5;
    position: relative;
}

.profl a {
    font-size: 16px;
    margin-right: 30px;
}

.profl .on {
    color: #074da2;
    font-weight: bold;
}

.prolist {
    background: #eef2f5;
    overflow: hidden;
}

.prolist .bt {
    text-align: center;
    padding: 50px 0;
}

.prolist .bt h3 {
    font-size: 30px;
}

.prolist .bt h4 {
    font-size: 22px;
    margin-top: 10px;
    color: #999999;
    font-weight: normal;
}

.prolist .bt p {
    width: 70%;
    margin: 0 auto;
    line-height: 24px;
    color: #999;
    margin-top: 30px;
}

.prolist .list {
    overflow: hidden;
}

.prolist .list ul {
    margin-right: -3%;
}

.prolist .list li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom:30px;
}

.prolist .list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.prolist .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.prolist .list a {
    display: block;
    position: relative;
}

.prolist .list p {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 90%;
    background: url(../images/bg_13.png);
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding: 0 5%;
    text-align: center;
}

.environment {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%
}

.environment .line,
.history .line {
    height: 3px;
    width: 72px;
    margin-top: 30px;
    background: #013E77;
    display: block;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 80px;
}

.environment .hjpic {
    width: 100%;
    padding-bottom: 48%;
}

.environment .hjpic .item1 {
    width: 100%;
    margin-bottom: 0.5%;
    padding-bottom: 33%;
}

.environment .hjpic .left {
    float: left;
    width: 74.2%;
    margin-right: 0.5%;
}

.environment .hjpic .right {
    width: 25.3%;
}

.environment .hjpic div {
    height: 0;
    position: relative;
}

.environment .hjpic .img1 {
    width: 67.6%;
    padding-bottom: 33%;
}

.environment .hjpic .img2 {
    width: 31.8%;
    padding-bottom: 33%;
}

.environment .hjpic .img3 {
    width: 100%;
    padding-bottom: 195%;
}

.environment .hjpic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.indexTit {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
}

.indexTit h1 {
    float: left;
    color: #333333;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 2px;
}

.indexTit h2 {
    float: left;
    color: #f5f5f5;
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.indexTit.ab h2 {
    width: 100%;
    text-align: center;
}

.indexTit.ab h1 {
    width: 100%;
    text-align: center;
}

.contact .box1 {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
}

.contact .left {
    width: 30%;
}

.contact .left h1 {
    font-size: 26px;
}

.contact .left p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.contact .right {
    width: 67%;
    height: 465px;
}

.contact .left .txt {
    margin-top: 20px;
    border-bottom: 1px #d2d2d2 solid;
    padding-bottom: 20px;
}

.contact .left h2 {
    font-size: 20px;
    margin-top: 20px;
}

.contact .liuyan {
    width: 100%;
    background: #eaf1f9;
    overflow: hidden;
    margin-top: 30px;
}

.contact .line {
    width: 60px;
    height: 4px;
    background: #074da2;
    margin: 20px 0;
}

.contact {
    padding: 70px 0;
}

.contact .liuyan {
    width: 100%;
    background: #eaf1f9;
    overflow: hidden;
    margin-top: 30px;
}

.pro_title {
    width: 100%;
    text-align: center;
}

.pro_title .p_01 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
}

.pro_title .p_01 img {
    margin-right: 15px;
}

.pro_title .p_02 {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.pro_title .p_03 {
    background: #000;
    height: 1px;
    width: 15px;
    margin: 15px auto
}

.om {
    background-color: #fff;
    font-family: 微软雅黑;
}

.om .t {
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    padding-top: 10px;
    text-align: center;
}

.om .form {
    padding: 0 200px;
}

.om .form-row {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
}

.om .col {
    width: 50%;
    float: left;
}

.om .text {
    width: 400px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 15px;
    outline: none;
}

.om .textarea {
    width: 950px;
    height: 100px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    outline: none;
}

.om .btndiv {
    padding: 35px 0;
    text-align: center;
}

.om .btn {
    width: 198px;
    height: 35px;
    background-color: #124f8e;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.om .btn.reset {
    background-color: #cdcdcd;
    color: #525252;
}

.news-xq {
    margin-top: 20px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}

.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #004098;
    color: #fff;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list li {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newsList .list .date {
    float: left;
    width: 12%;
    margin-top: 30px;
}

.newsList .list .date span {
    font-size: 26px;
    margin: 10px 0 20px 0;
}

.newsList .list .arrow {
    width: 40px;
    height: 40px;
    background: url(../images/news_09.jpg) 100% 100%;
    margin-top: 20px;
}

.newsList .list .txt {
    float: left;
    width: 65%;
}

.newsList .list li a {
    display: block;
}

.newsList .list .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.newsList .list .detail {
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .list .img {
    float: right;
    width: 18%;
}

.newsList .list .img img {
    width: 100%;
    height: 166px;
}

.newsList .list li:hover .arrow {
    background: url(../images/news1_05.jpg) 100% 100%;
}

.newsNav {
    text-align: center;
    overflow: hidden;
    margin: 40px 0;
}

.newsNav ul {
    display: inline-block;
}

.newsNav li {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eeeeee;
    font-size: 16px;
    margin-right: 30px;
}

.newsNav li a {
    display: block;
}

.newsNav .on {
    background: #004098;
}

.newsNav .on a {
    color: #fff;
}

.index02 .img {
    padding-bottom: 60%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index02 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index02 .quality-list {
    margin-top: 5%;
}

.index02 .quality-list p {
    position: absolute;
    width: 96%;
    bottom: 0;
    color: #fff;
    background: url(../images/bg_13.png);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 2%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index02 .quality-list p a:hover {
    color: #fff;
}

.index03 {
    background: #f0f1f5;
    padding: 50px 0;
    overflow: hidden;
}

.index03 .ind-title h5,
.index05 .ind-title h5,
.ab1-sec3 .ind-title h5,
.qywh .ind-title h5
 {
    color: #cccccc;
}

.index03 .ind-title p,
.index05 .ind-title p,
.ab1-sec3 .ind-title p,
.qywh .ind-title p {
    color: #333333;
}

.index03 .common-more {
    border: 1px solid #cccccc;
    width: 200px;
}

.index03 .common-more i {
    color: #333333;
}

.index03 .index-fl {
    overflow: hidden;
    margin-top: 30px;
}

.index03 .index-fl .tit {
    float: left;
    background: #dfdfdf;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 16px;
    margin-right: 40px;
}

.index03 .index-fl .on {
    background: #004098;
    color: #fff;
}

.index03 .index-fl .tit:hover a {
    color: #fff;
}

.index03 .pro-titwrap {
    margin-top: 40px;
}

.index03 .pro-titwrap ul {
    margin-right: -3%;
}

.index03 .pro-titwrap li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.index03 .pro-titwrap .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index03 .pro-titwrap .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index03 .pro-titwrap .title {
    height: 50px;
    line-height: 50px;
    background: #dfdfdf;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

.index04 {
    padding: 50px 0;
    overflow: hidden;
}

.index04 .pt7 .top .left .en {
    font-size: 60px;
    color: #f0f0f0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index04 .pt7 .top .left .zh {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 20px;
}

.index04 .pt7 .top .right {
    margin-top: 30px;
}

.index04 .pt7 .top .right .more {
    margin-left: 30px;
    float: right;
}

.index04 .pt7 .top .right li {
    float: left;
    font-size: 16px;
    margin-left: 40px;
}

.index04 .pt7 .top {
    border-bottom: 1px #f1f1f1 solid;
    overflow: hidden;
    padding-bottom: 30px;
}

.index04 .pt7 .news {
    margin: 40px 0;
    overflow: hidden;
}
.index04 .pt7 .news img{width:654px;height:316px;}

.index04 .pt7 .news .left {
    background: url(../images/newsbg_69.jpg) no-repeat;
    background-size: 100% 100%;
    width: 50%;
    position: relative;
}

.index04 .pt7 .news .left .swiper-container {
    width: 81%;
    float: right;
    margin: 5%;
    height: 520px;
}

.index04 .pt7 .news .left .txt p {
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index04 .pt7 .news .left .txt span {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index04 .pt7 .news .left .more {
    line-height: 40px;
    border-bottom: 1px #a1b8da solid;
}

.index04 .pt7 .news .left .date {
    color: #b2bed9;
    float: left;
    display: block;
}

.index04 .pt7 .news .left .icon {
    float: right;
}

.index04 .pt7 .swiper-pagination {
    left: 6%;
    top: 20%;
}

.index04 .pt7 .swiper-pagination-bullet {
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    background: #ffffff;
    opacity: .5;
}

.index04 .pt7 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffe100;
}

.index04 .pt7 .news .right {
    width: 47%;
}

.index04 .pt7 .news .right li {
    width: 96%;
    padding: 3.7% 2%;
    float: left;
    border-bottom: 1px #dcdcdc solid;
}

.index04 .pt7 .news .right li:hover {
    background: #004098;
    color: #fff;
}

.index04 .pt7 .news .right li:hover a,
.index04 .pt7 .news .right li:hover .month {
    color: #fff;
}

.index04 .pt7 .news .right .date {
    float: left;
    width: 14%;
    text-align: center;
    border-right: 2px #dcdcdc solid;
}

.index04 .pt7 .news .right .day {
    font-size: 34px;
    font-weight: bold;
}

.index04 .pt7 .news .right .month {
    color: #666666;
}

.index04 .pt7 .news .right .txt {
    float: right;
    width: 77%;
    margin-right: 4%;
}

.index04 .pt7 .news .right a {
    display: block;
}

.index04 .pt7 .news .right .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 10px 0;
}

.index04 .pt7 .news .right .detail {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#section1 {
    background: url(../images/bgimg1.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    height: 9rem;
    position: relative;
}

#section1 .container {
    justify-content: flex-end;
}

#section1 .section1-left {
    width: 45%;
    padding-right: .5rem;
}

.section1-left {
    padding-top: 1.27rem;
}

.section1-left .section1-txt {
    margin-top: .45rem;
    margin-bottom: .52rem;
    max-width: 95%;
}

.section1-left .section1-txt p {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    margin-bottom: .1rem;
}

.section1-left .section1-txt p span {
    color: rgba(47, 85, 151, 1);
    font-size: 18px;
    line-height: 34px;
}

#section1 .section1-txt .common-more {
    margin-top: .85rem;
}

#section1 .more-box {
    border-color: #2f5596;
    background: #2f5596;
}

.about01 {
    background: #f0f1f5;
    overflow: hidden;
    padding: .5rem 0;
}

.about01 .bt .en {
    font-size: .6rem;
    font-weight: bold;
    color: #CCCCCC;
    line-height: .73rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
}

.about01 .bt .zh {
    font-size: .3rem;
    font-weight: 400;
    color: #111111;
    line-height: .42rem;
}

.about01 .left {
    width: 100%;
}

.about01 .left .txt {
    font-size: 16px;
    line-height: 30px;
}

.about01 .right {
    padding-bottom: 54%;
    height: 0;
    position: relative;
    width: 100%;
}

.about01 .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.ab1-sec2 {
    background: url(../images/about1-img2.jpg) no-repeat;
    background-size: cover;
    height: 9.5rem;
    padding: .9rem 0;
}

.ab1-sec2-con {
    margin-top: 1.12rem;
    display: flex;
    justify-content: center;
}

.ab1-cir-box {
    display: inline-block;
}

.ab1-cir-img {
    width: 5.06rem;
    height: 5.06rem;
    margin: auto;
}

.ab1-cir-logo {
    width: 192px;
    height: 108px;
    left: 50%;
    top: 50%;
    margin-left: -96px;
    margin-top: -54px;
}

.small-cir-pos {
    width: 1.1rem;
    height: 1.1rem;
}

.small-cir-pos span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.small-cir-pos span img {
    width: .48rem;
    height: .48rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.24rem;
    margin-top: -0.24rem;
    transform: rotate(0);
    transition: all .5s;
}

.sc-txt {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    position: absolute;
}

.sc-txt-right {
    left: 1.4rem;
    top: 50%;
    width: 5rem;
    margin-top: -17px;
}

.sc-txt-left {
    left: -4.4rem;
    top: 50%;
    width: 4rem;
    margin-top: -17px;
    direction: rtl;
}

.sc-pos1 {
    left: 75%;
    top: 3%;
}

.sc-pos2 {
    left: 89%;
    top: 40%;
}

.sc-pos3 {
    left: 75%;
    top: 76%;
}

.sc-pos6 {
    left: 5%;
    top: 3%;
}

.sc-pos5 {
    left: -9%;
    top: 40%;
}

.sc-pos4 {
    left: 5%;
    top: 76%;
}

.ab1-sec2 {
    text-align: center;
}

.pb {
    position: absolute;
}

.pr {
    position: relative;
}

.ab1-sec3 {
    padding: 50px 0;
}

.ab1-sec3-con {
    background: url(../images/aout-honor-bg.png) repeat-x;
    background-size: auto 130px;
    background-position: left bottom;
}

.ab1-sec3-con-txt {
    max-width: 39%;
    margin-top: .3rem;
    margin-bottom: .37rem;
}

.ab1-sec3-con-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.ab1-honor-swiper .swiper-container {
    padding-bottom: 110px;
    padding-top: .5rem;
}

.ab1-honor-swiper .swiper-wrapper {
    align-items: flex-end;
}

.ab1-honor-swiper .swiper-slide img {
    transform: scale(1);
    transition: all .5s;
    cursor: pointer;
}

.ab1-honor-swiper .my-prev,
.ab1-honor-swiper .my-next {
    top: 105%;
}

.ab1-honor-swiper .my-prev {
    left: 40%;
}

.ab1-honor-swiper .my-next {
    left: calc(40% + .72rem);
}

.ab1-honor-swiper .swiper-pagination.swiper-pagination-fraction {
    top: -57%;
    right: 0;
    left: auto;
    width: 80%;
    height: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #B2B2B2;
    line-height: 17px;
    font-family: "DIN-Medium";
}

.ab1-honor-swiper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    color: #333333;
    line-height: 29px;
}

.ab1-honor-swiper .swiper-scrollbar {
    position: absolute;
    left: 59%;
    top: -40%;
    width: 400px;
}

.ab1-honor-swiper .swiper-scrollbar-drag {
    background: #0E59D1;
}




.ab1-zhuanli-swiper .swiper-container {
    padding-bottom: 110px;
    padding-top: .5rem;
}

.ab1-zhuanli-swiper .swiper-wrapper {
    align-items: flex-end;
}

.ab1-zhuanli-swiper .swiper-slide img {
    transform: scale(1);
    transition: all .5s;
    cursor: pointer;
}

.ab1-zhuanli-swiper .my-prev,
.ab1-zhuanli-swiper .my-next {
    top: 105%;
}

.ab1-zhuanli-swiper .my-prev {
    left: 40%;
}

.ab1-zhuanli-swiper .my-next {
    left: calc(40% + .72rem);
}

.ab1-zhuanli-swiper .swiper-pagination.swiper-pagination-fraction {
    top: -57%;
    right: 0;
    left: auto;
    width: 80%;
    height: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #B2B2B2;
    line-height: 17px;
    font-family: "DIN-Medium";
}

.ab1-zhuanli-swiper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    color: #333333;
    line-height: 29px;
}

.ab1-zhuanli-swiper .swiper-scrollbar {
    position: absolute;
    left: 59%;
    top: -40%;
    width: 400px;
}

.ab1-zhuanli-swiper .swiper-scrollbar-drag {
    background: #0E59D1;
}



.myabout-swiper-scrollbar {
    position: absolute;
    left: calc(9.896% + .36rem);
    top: 90%;
    height: 2px;
    background: #DBDCDE;
    width: 2.59rem;
    z-index: 6;
}

.myabout-swiper-scrollbar .myabout-swiper-scrollbar-drag {
    position: absolute;
    left: 0;
    height: 2px;
    background: #2F5597;
    z-index: 7;
    top: -0.5px;
    transition-duration: 300ms;
    transition: all .3s;
    transform: translate3d(0, 0, 0);
}

.my-next.swiper-button-next,
.my-prev.swiper-button-prev {
    width: .52rem;
    height: .52rem;
    background: none;
}

.my-next.swiper-button-next::before,
.my-prev.swiper-button-prev::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #DBDCDE;
    content: '';
    z-index: 2;
    transform: skewX(-10deg);
    border-radius: 3px;
}

.my-next.swiper-button-next::after,
.my-prev.swiper-button-prev::after {
    position: absolute;
    content: '';
    width: .14rem;
    height: .14rem;
    border-top: 2px solid #DBDCDE;
    border-right: 2px solid #DBDCDE;
    z-index: 5;
}

.my-next.swiper-button-next::after {
    transform: rotate(45deg);
    left: 50%;
    margin-left: -.1rem;
    top: 50%;
    margin-top: -0.07rem;
}

.my-prev.swiper-button-prev::after {
    transform: rotate(-135deg);
    left: 50%;
    margin-left: -.07rem;
    top: 50%;
    margin-top: -0.07rem;
}

.my-prev.swiper-button-prev:hover::before,
.my-next.swiper-button-next:hover::before {
    background: #2F5597;
}

.my-prev.swiper-button-prev:hover::after,
.my-next.swiper-button-next:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.ab1-sec3 .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ab1-sec3 .swiper-slide {
    padding-bottom: 10%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.honor-big-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    display: none;
}

.honor-big-box.on {
    display: flex;
}

.honor-img-box {
    position: relative;
    width: 40vw;
    background: #fff;
    padding: .5rem;
}

.honor-img-box img {
    margin: auto;
    max-width: 100%;
}

.honor-close {
    display: block;
    width: .5rem;
    height: .5rem;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    top: -0.25rem;
    right: -0.25rem;
    position: absolute;
    cursor: pointer;
}

.honor-close::before,
.honor-close::after {
    position: absolute;
    content: '';
    width: .2rem;
    height: 2px;
    background: #999;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -0.1rem;
}

.honor-close::before {
    transform: rotate(45deg);
}

.honor-close::after {
    transform: rotate(135deg);
}





.zhuanli-big-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    display: none;
}

.zhuanli-big-box.on {
    display: flex;
}

.zhuanli-img-box {
    position: relative;
    width: 40vw;
    background: #fff;
    padding: .5rem;
}

.zhuanli-img-box img {
    margin: auto;
    max-width: 100%;
}

.zhuanli-close {
    display: block;
    width: .5rem;
    height: .5rem;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    top: -0.25rem;
    right: -0.25rem;
    position: absolute;
    cursor: pointer;
}

.zhuanli-close::before,
.zhuanli-close::after {
    position: absolute;
    content: '';
    width: .2rem;
    height: 2px;
    background: #999;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -0.1rem;
}

.zhuanli-close::before {
    transform: rotate(45deg);
}

.zhuanli-close::after {
    transform: rotate(135deg);
}


.detail01 {
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/proDetail01_1.jpg) no-repeat center;
}

.detail01 h1 {
    font-size: 30px;
    font-weight: bold;
}

.detail01 .line {
    width: 54px;
    height: 5px;
    background: #004098;
    margin: 10px 0 30px 0;
}

.detail01 .txt {
    margin-bottom: 20px;
}

.detail01 .txt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.detail01 .txt .tel {
    font-size: 24px;
    color: #004098;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.detail01 .txt {
    line-height: 34px;
    font-size: 18px;
}

.detail01 .list {
    margin-top: 30px;
}

.detail01 .list li {
    float: left;
    width: 33%;
}

.detail01 .list li .li_box {
    padding: 0 20px;
    text-align: center;
}

.detail01 .list .t {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.detail01 .btn {
    margin-top: 50px;
}

.detail01 .btn a {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 40px;
}

.blue {
    background: #004098;
}

.yellow {
    background: #dc7d2b;
}

.detail01 .left {
    width: 45%;
}

.detail01 .right {
    width: 50%;
}

.detail01 .right .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail01 .right .swiper-slide {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail01 .swiper-button-next,
.detail01 .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.detail01 .swiper-button-prev {
    background: url(../images/pro_03.png) no-repeat;
}

.detail01 .swiper-button-next {
    background: url(../images/pro_04.png) no-repeat;
}

.pro-wrap {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #f4f6f9;
    font-size: 16px;
    color: #124f8e;
    font-weight: bold;
    margin-bottom: 50px;
}

.pro-wrap a {
    margin: 0 40px;
    color: #666666;
}

.pro-wrap .selected {
    color: #124f8e;
}

.detail02 {
    background: url(../images/product_banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.probt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.probt span {
    font-size: 24px;
    color: #999999;
    text-transform: uppercase;
}

.detail02 .txt {
    font-size: 16px;
    line-height: 30px;
}

.detail03 {
    background: url(../images/pro_06.jpg) no-repeat;
    padding: 40px 0;
}

.detail03 .swiper-container {
    background: url(../images/pro_09.png) repeat-x bottom;
    width: 90%;
    margin: 60px auto;
    padding-bottom: 40px;
}

.detail03 .t1 {
    font-size: 40px;
    color: #004098;
    margin-bottom: 20px;
}

.detail03 .t2 {
    font-size: 16px;
    line-height: 30px;
}

.detail03 .wrap {
    position: relative;
}

.detail03 .swiper-slide {
    padding: 0 30px;
    border-right: 1px #cccccc solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.detail04 {
    padding: 50px 0;
}

.detail04 .swiper-container {
    margin-top: 50px;
    padding-bottom: 50px;
}

.detail04 .swiper-slide a {
    display: block;
}

.detail04 .swiper-slide .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail04 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail04 .swiper-slide .title {
    height: 50px;
    line-height: 50px;
    padding: 0 4%;
    width: 92%;
    background: url(../images/bg_13.png);
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail05 {
    padding: 50px 0;
    background: #eaf1f9;
}

.detail05 .wrap {
    position: relative;
}

.detail05 .swiper-slide .img {
    position: relative;
    height: 0;
    padding-bottom: 68%;
}

.detail05 .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.detail05 .swiper-slide .pop {
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../images/icon_product6.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.detail05 .swiper-slide:hover .pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../images/icon_product6.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.detail05 .swiper-slide p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #eaf1f9;
}

.detail05 .swiper-slide:hover p {
    background: #fff;
}

.detail05 .swiper-button-next,
.detail05 .swiper-button-prev {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    width: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    height: 238px;
    top: auto
}

.detail05 .swiper-button-prev {
    left: 40px;
    background: url(../images/pro_13.jpg) no-repeat center;
}

.detail05 .swiper-button-next {
    right: 40px;
    background: url(../images/pro_16.jpg) no-repeat center;
}

.detail05 .tjcp {
    background: #7ea0c3;
    padding: 30px 80px;
    position: relative;
    margin: 50px 0;
    box-sizing: border-box;
}

.detail06 {
    padding: 50px 0;
}

.detail06 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.detail06 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail06 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.detail06 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail06 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.detail07 {
    background: url(../images/pro_20.jpg) no-repeat;
    padding: 50px 0;
}

.detail07 .om {
    background: none;
}




.qywh .bt .zh{
    font-size: 36px;
    color: #333333;
    margin-top: -40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.qywh .bt .t{
    color: #999999;
}

.culture03 {
    padding: 60px 0 0;
    overflow: hidden;
}

.culture03 li {
    transition: all 0.5s ease;
    margin-left: -1px;
    margin-top: -1px;
    float: left;
    width: 25%;
}

.culture03 li .li_box {
    padding: 36px 40px 23px;
    position: relative;
    border: 1px solid #c9c9c9;
}

.culture03 li .li_box .t {
    font-size: 22px;
    line-height: 22px;
    color: #76736d;
    font-weight: bold;
    margin-bottom: 24px;
}

.culture03 li .li_box .c {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #898989;
    margin-bottom: 50px;
}

.culture03 li .icon {
    width: 33px;
    height: 32px;
    background: url(../images/culture02_2.png) no-repeat center;
    position: absolute;
    right: 40px;
    bottom: 23px;
    opacity: 1;
    transition: all 0.5s ease;
}

.culture03 li:hover,
.culture03 li.cur {
    background: #1e639a;
}

.culture03 li:hover .t,
.culture03 li:hover .c {
    color: #fff;
}

.culture03 li.cur .li_box .t {
    color: #fff;
}

.culture03 li.cur .li_box .c {
    color: #fff;
}

.culture03 li.cur .li_box .icon {
    opacity: 1;
    visibility: visible;
}
.qywh .ind-title{margin-bottom:20px;}